Module: wine Branch: refs/heads/master Commit: 86a32784e295929f765bfb8edeee6eda8be3edc4 URL: http://source.winehq.org/git/?p=wine.git;a=commit;h=86a32784e295929f765bfb8e...
Author: James Hawkins truiken@gmail.com Date: Tue May 9 21:18:40 2006 -0500
ntdll: Add initial tests for the NT Ports API.
---
dlls/ntdll/tests/.gitignore | 1 dlls/ntdll/tests/Makefile.in | 3 dlls/ntdll/tests/port.c | 309 ++++++++++++++++++++++++++++++++++++++++++ 3 files changed, 312 insertions(+), 1 deletions(-) create mode 100644 dlls/ntdll/tests/port.c
Diff: http://source.winehq.org/git/?p=wine.git;a=commitdiff;h=86a32784e295929f765b...