Changeset 3060 in kBuild for trunk/src/lib/nt/ntunlink.c
- Timestamp:
- Sep 21, 2017 3:11:07 PM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/lib/nt/ntunlink.c
r3009 r3060 5 5 6 6 /* 7 * Copyright (c) 2005-201 3knut st. osmundsen <bird-kBuild-spamx@anduin.net>7 * Copyright (c) 2005-2017 knut st. osmundsen <bird-kBuild-spamx@anduin.net> 8 8 * 9 9 * Permission is hereby granted, free of charge, to any person obtaining a … … 33 33 * Header Files * 34 34 *******************************************************************************/ 35 #include <stdio.h> 36 #include <errno.h> 37 #include <malloc.h> 35 #include "ntunlink.h" 38 36 39 37 #include "ntstuff.h"
Note:
See TracChangeset
for help on using the changeset viewer.