Skip to content

Commit

Permalink
CHANGE LOG
Browse files Browse the repository at this point in the history
  • Loading branch information
[email protected] committed May 25, 2013
1 parent 3e9f769 commit 7646ce1
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
## CHANGE LOG

### v5.2.0

2013-05-26 issue [#69](https://github.com/qiniu/c-sdk/pull/69)

- 支持 Windows 平台(VC++6.0 tested)。


### v5.1.0

2013-04-29 issue [#54](https://github.com/qiniu/c-sdk/pull/54), [#59](https://github.com/qiniu/c-sdk/pull/59)
Expand Down
4 changes: 3 additions & 1 deletion qiniu/base.c
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,9 @@
/* type Qiniu_Count */

#if defined(_WIN32)
#include "Windows.h"

#include <windows.h>

Qiniu_Count Qiniu_Count_Inc(Qiniu_Count* self)
{
return InterlockedIncrement(self);
Expand Down

0 comments on commit 7646ce1

Please sign in to comment.