]> git.cworth.org Git - apitrace/blobdiff - compat.h
Separate wrappers/ and scripts/ under <prefix>/lib/apitrace
[apitrace] / compat.h
index d49955bf4d5750a7c58f471b4708f481c15c868f..f1d302878e212a3deb2e0f3c73371732aaa8a87f 100644 (file)
--- a/compat.h
+++ b/compat.h
  * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
  * OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
  * THE SOFTWARE.
- * Copyright 2007-2009 VMware, Inc.
- * All rights reserved.
  *
  **************************************************************************/
 
+/*
+ * MinGW compatability macros to allow using recent's DXSDK headers.
+ */
+
 #ifdef __MINGW32__
+
 #define __in /**/
 #define __out /**/
 #define __inout /**/
@@ -50,5 +53,5 @@
 
 #define UINT8 uint8_t
 
-#endif
+#endif /* __MINGW32__ */