diff options
author | reggie@mdk10.(none) <> | 2005-02-23 23:10:22 -0600 |
---|---|---|
committer | reggie@mdk10.(none) <> | 2005-02-23 23:10:22 -0600 |
commit | 18799ea2cacd712e088cf78a1942cf804bece744 (patch) | |
tree | 691446e4707c02159cea8fd7ce48cbd9fc7026ee /VC++Files/mysys | |
parent | 579293a29f493b044d7bb0aede917d0f1719d01a (diff) | |
download | mariadb-git-18799ea2cacd712e088cf78a1942cf804bece744.tar.gz |
Added my_mmap to mysys library
mysys.dsp:
Added my_mmap
Diffstat (limited to 'VC++Files/mysys')
-rw-r--r-- | VC++Files/mysys/mysys.dsp | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/VC++Files/mysys/mysys.dsp b/VC++Files/mysys/mysys.dsp index f42357c2249..0a48b93b9ef 100644 --- a/VC++Files/mysys/mysys.dsp +++ b/VC++Files/mysys/mysys.dsp @@ -448,6 +448,10 @@ SOURCE=.\my_mkdir.c # End Source File # Begin Source File +SOURCE=.\my_mmap.c +# End Source File +# Begin Source File + SOURCE=.\my_net.c # End Source File # Begin Source File |