Mercurial > cgi-bin > hgwebdir.cgi > VMS > C_Libraries > Queue_impl
changeset 28:dabefab7d264 MC_shared
fixed include paths -- paths should be set in Netbeans as project settings
| author | Some Random Person <seanhalle@yahoo.com> |
|---|---|
| date | Fri, 09 Mar 2012 22:12:01 -0800 |
| parents | bd38feb38c80 |
| children | 7d35d7f42cd5 |
| files | PrivateQueue.h |
| diffstat | 1 files changed, 2 insertions(+), 2 deletions(-) [+] |
line diff
1.1 --- a/PrivateQueue.h Sun Mar 04 14:25:24 2012 -0800 1.2 +++ b/PrivateQueue.h Fri Mar 09 22:12:01 2012 -0800 1.3 @@ -9,8 +9,8 @@ 1.4 #define _PRIVATE_QUEUE_H 1.5 1.6 1.7 -#include "../../VMS_Implementations/VMS_impl/VMS_primitive_data_types.h" 1.8 -#include "../../VMS_Implementations/VMS_impl/vmalloc.h" 1.9 +#include "VMS_impl/VMS_primitive_data_types.h" 1.10 +#include "VMS_impl/vmalloc.h" 1.11 1.12 1.13 #define TRUE 1
