Skip to content
Snippets Groups Projects
Commit cb7ad1bc authored by mkaply%us.ibm.com's avatar mkaply%us.ibm.com
Browse files

#215581

r=mkaply, sr=blizzard (platform specific)
Changes to get GCC 3.2.2 working on OS/2 - this set is OS/2 only changes
parent a3e9dca1
No related branches found
No related tags found
No related merge requests found
......@@ -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 );
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment