Ver código fonte

* Quick and Dirty hack for DOS ans kernel drivers

tags/v0.99.beta14
Jean-Yves Lamoureux jylam 17 anos atrás
pai
commit
3466626a69
1 arquivos alterados com 5 adições e 0 exclusões
  1. +5
    -0
      src/mygetopt.c

+ 5
- 0
src/mygetopt.c Ver arquivo

@@ -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>



Carregando…
Cancelar
Salvar