diff options
author | Vadim Konovalov <vkonovalov@lucent.com> | 2006-05-04 19:32:12 +0200 |
---|---|---|
committer | Rafael Garcia-Suarez <rgarciasuarez@gmail.com> | 2006-05-04 16:37:28 +0000 |
commit | 45496817146ba03d8f19170832148858221299fd (patch) | |
tree | 1a268490140adf259588fc3ce02f961dd2ae4a24 /win32/win32.h | |
parent | fc04eb160a90a82da7112a76ae84e7fb117eae45 (diff) | |
download | perl-45496817146ba03d8f19170832148858221299fd.tar.gz |
RE: [PATCH-for-28089] wince yet another step
From: "Konovalov, Vadim Vladimirovich (Vadim)** CTR **" <vkonovalov@Lucent.com>
Message-ID: <E3FB32585BF1D411B9E900805FF51A0801BCB454@ru0022exch001u.ru.lucent.com>
p4raw-id: //depot/perl@28100
Diffstat (limited to 'win32/win32.h')
-rw-r--r-- | win32/win32.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/win32/win32.h b/win32/win32.h index 259728f66f..ad68699a10 100644 --- a/win32/win32.h +++ b/win32/win32.h @@ -572,7 +572,7 @@ EXTERN_C _CRTIMP ioinfo* __pioinfo[]; DllExport void *win32_signal_context(void); #define PERL_GET_SIG_CONTEXT win32_signal_context() -#ifdef _WIN_CE +#ifdef UNDER_CE #define Win_GetModuleHandle XCEGetModuleHandleA #define Win_GetProcAddress XCEGetProcAddressA #define Win_GetModuleFileName XCEGetModuleFileNameA |