소스 검색

* Quick and Dirty hack for DOS ans kernel drivers

tags/v0.99.beta14
Jean-Yves Lamoureux jylam 18 년 전
부모
커밋
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>



불러오는 중...
취소
저장