Fix building with RosBE/g++

svn path=/trunk/; revision=69538
This commit is contained in:
Ged Murphy
2015-10-15 10:39:06 +00:00
parent ba9896d0b8
commit 017269e128
3 changed files with 6 additions and 6 deletions
+1 -2
View File
@@ -2,12 +2,11 @@ PROJECT(DEVMGR)
spec2def(devmgr.dll devmgr.spec ADD_IMPORTLIB)
set_cpp(WITH_RTTI WITH_RUNTIME)
set_cpp(WITH_RTTI WITH_RUNTIME WITH_EXCEPTIONS)
if(NOT MSVC)
# HACK: this should be enabled globally!
add_compile_flags_language("-std=c++11" "CXX")
add_compile_flags("-fexceptions")
endif()
include_directories(
+1
View File
@@ -17,6 +17,7 @@
*/
#include "precomp.h"
#include <devmgr/devmgr.h>
#include "devmgmt/MainWindow.h"
HINSTANCE hDllInstance = NULL;
+4 -4
View File
@@ -21,7 +21,7 @@
23 stdcall DeviceProblenWizard_RunDLLA(ptr ptr str long) DeviceProblemWizard_RunDLLA
24 stdcall DeviceProblenWizard_RunDLLW(ptr ptr wstr long) DeviceProblemWizard_RunDLLW
@ stub -private DllCanUnloadNow
@ stub -private DllGetClassObject
@ stub -private DllRegisterServer
@ stub -private DllUnregisterServer
@ stdcall -private DllCanUnloadNow()
@ stdcall -private DllGetClassObject(ptr ptr ptr)
@ stdcall -private DllRegisterServer()
@ stdcall -private DllUnregisterServer()