Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
John Zhang
Okular
Commits
eff4ffe9
Commit
eff4ffe9
authored
Jul 15, 2007
by
Christian Ehrlicher
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
win32 compile++
svn path=/trunk/KDE/kdegraphics/okular/; revision=688272
parent
b73555b7
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
core/document.cpp
core/document.cpp
+2
-2
No files found.
core/document.cpp
View file @
eff4ffe9
...
...
@@ -382,9 +382,9 @@ qulonglong DocumentPrivate::getFreeMemory()
return
(
cachedValue
=
(
1024
*
memoryFree
)
);
#elif defined(Q_OS_WIN)
MEMORYSTATUS
stat
;
MEMORYSTATUS
EX
stat
;
GlobalMemoryStatus
(
&
stat
);
GlobalMemoryStatus
Ex
(
&
stat
);
return
stat
.
ullAvailPhys
;
#else
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment