mirror of
https://github.com/reactos/reactos.git
synced 2025-01-04 05:20:54 +00:00
[DLLEXPORT_TEST]
Rename main() to test() svn path=/trunk/; revision=64452
This commit is contained in:
parent
c8c9efd335
commit
107156d372
2 changed files with 2 additions and 2 deletions
|
@ -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)
|
||||
|
|
|
@ -88,7 +88,7 @@ public:
|
|||
};
|
||||
|
||||
int
|
||||
main()
|
||||
test()
|
||||
{
|
||||
CHString2 String;
|
||||
|
||||
|
|
Loading…
Reference in a new issue