maxnet_platform.h

Go to the documentation of this file.
00001 //-----------------------------------------------------------------------------
00002 // ----------------------------
00003 // File ....: maxnet_platform.h
00004 // ----------------------------
00005 // Author...: Gus J Grubba
00006 // Date ....: February 2000
00007 //
00008 // Descr....: 3D Studio MAX Network Interface - Platform Dependency
00009 //
00010 // History .: Feb, 07 2000 - Started
00011 //            
00012 //-----------------------------------------------------------------------------
00013 
00014 #pragma once
00015 
00016 #include <windows.h>
00017 
00018 #define mn_malloc(s)    LocalAlloc(LPTR,s)
00019 #define mn_free         LocalFree