Преглед изворни кода

* Quick and Dirty hack for DOS ans kernel drivers

tags/v0.99.beta14
Jean-Yves Lamoureux jylam пре 17 година
родитељ
комит
3466626a69
1 измењених фајлова са 5 додато и 0 уклоњено
  1. +5
    -0
      src/mygetopt.c

+ 5
- 0
src/mygetopt.c Прегледај датотеку

@@ -24,6 +24,11 @@
# include <inttypes.h>
#endif

/* DOS / Kernel driver */
#ifndef __intptr_t_defined
unsigned int uintptr_t;
#endif

#include <stdio.h>
#include <string.h>



Loading…
Откажи
Сачувај