summaryrefslogtreecommitdiff
path: root/examples
diff options
context:
space:
mode:
authorMichael Steinert <mike.steinert@gmail.com>2012-05-16 12:31:06 -0600
committerMichael Steinert <mike.steinert@gmail.com>2012-05-17 11:44:46 -0600
commit93e04d3ae102937f301259b18d74accd40e069b4 (patch)
tree9c5356f68cf43f8894765e1b581d1fb0d2af847d /examples
parentc921feb829e79a33938300350e61e3c3fb217968 (diff)
downloadrabbitmq-c-github-ask-93e04d3ae102937f301259b18d74accd40e069b4.tar.gz
Cleanup Win32 artifacts
1. Standardize on `win32` vs `windows/win32` 2. Move `msinttypes` into platform directory Signed-off-by: Michael Steinert <mike.steinert@gmail.com>
Diffstat (limited to 'examples')
-rw-r--r--examples/CMakeLists.txt2
-rw-r--r--examples/win32/platform_utils.c (renamed from examples/windows/platform_utils.c)0
2 files changed, 1 insertions, 1 deletions
diff --git a/examples/CMakeLists.txt b/examples/CMakeLists.txt
index d5ea525..3194e13 100644
--- a/examples/CMakeLists.txt
+++ b/examples/CMakeLists.txt
@@ -1,7 +1,7 @@
include_directories(${LIBRABBITMQ_INCLUDE_DIRS})
if (WIN32)
- set(PLATFORM_DIR windows)
+ set(PLATFORM_DIR win32)
else (WIN32)
set(PLATFORM_DIR unix)
endif (WIN32)
diff --git a/examples/windows/platform_utils.c b/examples/win32/platform_utils.c
index ee97238..ee97238 100644
--- a/examples/windows/platform_utils.c
+++ b/examples/win32/platform_utils.c