Add WIN32 platform sources

svn path=/trunk/; revision=29621
This commit is contained in:
Kovarththanan Rajaratnam 2009-08-30 06:24:44 +00:00
parent da7f3462eb
commit 943e829e47
1 changed files with 6 additions and 0 deletions

View File

@ -198,6 +198,12 @@ if(UNIX)
)
endif()
if(WIN32)
set(PLATFORM_SRC
capture-wpcap.c capture_wpcap_packet.c
)
endif()
if(BUILD_wireshark)
# todo
endif()