[DLLEXPORT_TEST]

Rename main() to test()

svn path=/trunk/; revision=64452
This commit is contained in:
Timo Kreuzer 2014-10-02 08:23:38 +00:00
parent c8c9efd335
commit 107156d372
2 changed files with 2 additions and 2 deletions

View file

@ -28,5 +28,5 @@ endif()
add_library(dllimport_test SHARED
dllimport_framedyn.cpp)
set_module_type(dllimport_test win32dll ENTRYPOINT 0)
add_importlibs(dllimport_test msvcrt framedyn)
add_importlibs(dllimport_test framedyn)
target_link_libraries(dllimport_test framedynex)

View file

@ -88,7 +88,7 @@ public:
};
int
main()
test()
{
CHString2 String;