Move platforms around, most of POSIX will be common implementation

This commit is contained in:
Paul Hollinsky
2018-09-20 14:40:24 -04:00
parent 8435efb039
commit ef8d764aa6
17 changed files with 43 additions and 27 deletions
+2 -2
View File
@@ -1,5 +1,5 @@
#ifndef __DYNAMICLIB_H_WINDOWS_
#define __DYNAMICLIB_H_WINDOWS_
#ifndef __DYNAMICLIB_WINDOWS_H_
#define __DYNAMICLIB_WINDOWS_H_
#include <Windows.h>
+2 -2
View File
@@ -1,5 +1,5 @@
#ifndef __REGISTRY_H_WINDOWS_
#define __REGISTRY_H_WINDOWS_
#ifndef __REGISTRY_WINDOWS_H_
#define __REGISTRY_WINDOWS_H_
#include <Windows.h>
#include <string>
+2 -2
View File
@@ -1,5 +1,5 @@
#ifndef __VCP_H_WINDOWS_
#define __VCP_H_WINDOWS_
#ifndef __VCP_WINDOWS_H_
#define __VCP_WINDOWS_H_
#include <vector>
#include <string>