Skip to content

Commit

Permalink
move win32 syncclient test to shared
Browse files Browse the repository at this point in the history
  • Loading branch information
genywind committed Aug 19, 2010
1 parent cb79ca6 commit 713609e
Show file tree
Hide file tree
Showing 8 changed files with 122 additions and 345 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ platform/osx/Rhodes Debugger/build/*
platform/iphone/*/*.link
platform/wm/bin/*
platform/win32/bin/*
platform/shared/*/win32/bin/*
platform/wm/target/*
platform/wm/build/cleanup.js
platform/iphone/*/rholog.txt
Expand Down
5 changes: 4 additions & 1 deletion platform/shared/SyncClient/Test/SyncClientTest.cpp
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
//#include "stdafx.h"
#ifdef WIN32
#include <stdio.h>
#include <tchar.h>
#endif //WIN32

#include "SyncClient/SyncClient.h"
#include "sync/SyncThread.h"
Expand Down
File renamed without changes.
Loading

0 comments on commit 713609e

Please sign in to comment.