Skip to content
Snippets Groups Projects
Commit 5a1c90bd authored by Stefan Roiser's avatar Stefan Roiser
Browse files

win compliance

git-svn-id: http://root.cern.ch/svn/root/trunk@15599 27541ba8-7e3a-0410-8455-c3a389f83636
parent 132e153f
No related branches found
No related tags found
No related merge requests found
// @(#)root/reflex:$Name: $:$Id: test_Reflex_simple1.cxx,v 1.6 2006/06/27 06:52:12 roiser Exp $
// @(#)root/reflex:$Name: $:$Id: test_Reflex_simple1.cxx,v 1.7 2006/06/28 10:43:29 roiser Exp $
// Author: Stefan Roiser 2004
// CppUnit include file
......@@ -54,7 +54,11 @@ public:
}; // class ReflesSimple1Test
#if defined (_WIN32)
static HMODULE s_libInstance = 0;
#else
static void * s_libInstance = 0;
#endif
void ReflexSimple1Test::loadLibrary() {
#if defined (_WIN32)
......
// @(#)root/reflex:$Name: $:$Id: test_Reflex_simple2.cxx,v 1.17 2006/05/03 07:45:10 roiser Exp $
// @(#)root/reflex:$Name: $:$Id: test_Reflex_simple2.cxx,v 1.18 2006/06/28 10:43:29 roiser Exp $
// Author: Stefan Roiser 2004
// CppUnit include file
......@@ -203,7 +203,11 @@ public:
}; // class ReflexSimple2Test
#if defined (_WIN32)
static HMODULE s_libInstance = 0;
#else
static void * s_libInstance = 0;
#endif
// loading the dictionary library
void ReflexSimple2Test::loadLibrary() {
......
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