r=mkaply, sr=blizzard (platform specific)
Changes to get GCC 3.2.2 working on OS/2 - this set is OS/2 only changes
This commit is contained in:
mkaply%us.ibm.com 2003-09-15 21:46:07 +00:00
Родитель c2c0089325
Коммит e3f07bb1c2
2 изменённых файлов: 2 добавлений и 3 удалений

Просмотреть файл

@ -284,7 +284,6 @@ endif
ifeq ($(OS_ARCH),OS2)
ifdef BUILD_STATIC_LIBS
EXE_DEF_FILE = mozilla.def
OS_LIBS += -llibuni -luconv
endif
endif

Просмотреть файл

@ -198,7 +198,7 @@ public:
}; // class nsSplashScreenOS2
MRESULT EXPENTRY DialogProc( HWND dlg, ULONG msg, MPARAM mp1, MPARAM mp2 );
void _Optlink ThreadProc (void *splashScreen);
void ThreadProc (void *splashScreen);
// Simple Win32 mutex wrapper.
struct Mutex {
@ -628,7 +628,7 @@ nsSplashScreenOS2 *nsSplashScreenOS2::GetPointer( HWND dlg ) {
return (nsSplashScreenOS2*)data;
}
void _Optlink ThreadProc(void *splashScreen) {
void ThreadProc(void *splashScreen) {
HAB hab = WinInitialize( 0 );
HMQ hmq = WinCreateMsgQueue( hab, 0 );
WinDlgBox( HWND_DESKTOP, HWND_DESKTOP, (PFNWP)DialogProc, NULLHANDLE, IDD_SPLASH, (MPARAM)splashScreen );