зеркало из https://github.com/mozilla/pjs.git
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:
Родитель
c2c0089325
Коммит
e3f07bb1c2
|
@ -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 );
|
||||
|
|
Загрузка…
Ссылка в новой задаче