Skip to content

Commit

Permalink
Adding default empty files for common ansi includes. NPODB
Browse files Browse the repository at this point in the history
  • Loading branch information
Doug Turner committed Nov 3, 2008
1 parent c7860ce commit e587ffb
Show file tree
Hide file tree
Showing 8 changed files with 3 additions and 0 deletions.
Empty file.
Empty file.
Empty file added build/wince/shunt/include/io.h
Empty file.
Empty file.
3 changes: 3 additions & 0 deletions build/wince/shunt/include/process.h
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@

#define _beginthreadex(security, stack_size, start_proc, arg, flags, pid) \
CreateThread(security, stack_size,(LPTHREAD_START_ROUTINE) start_proc, arg, flags, pid)
Empty file.
Empty file.
Empty file.

0 comments on commit e587ffb

Please sign in to comment.